*{padding: 0;
    margin: 0;}
    
    body {background-color: black;
    }
    
    article {background-color: black;
    padding: 20px;
    margin: 20px;
    height: 700px;}
    
    .portada { height: 650px;
        width: 400px;
        position: relative;
        left: 100px;
        border: solid 3px gray;
    }
    
    .datos 
        {background-color: black;
            color:  #44a03e ;
            width: 1000px;
            position: relative;
            left: 650px;
            bottom: 600px;
            margin: 10px;
            padding: 10px;
            line-height: 40px;
    }
    
    .sinopsis{background-color: black;
        color:  #44a03e ;
        width: 1000px;
        position: relative;
        left: 650px;
        bottom: 600px;
        margin: 10px;
        padding: 10px;
        line-height: 25px;
    font-size: large;
    }

    h1{ color:  #44a03e ;
        text-align: center;
    }
    
    p{color:   #44a03e ;
        font-size: x-large;
    }

    .parte1,.parte2,.parte3,.parte4,.parte5,.parte6,.parte7,.parte8, .parte9, .parte10, .parte11
    { padding: 25px;
        margin: 25px;
    }

    iframe {width: 1400px;
        height: 650px;
        margin: 30px;
        padding: 30px;
        position: relative;
        left: 150px;
    }

    .tripulacion, .quemadura, .sigilo, .compuestoz01, .final {
        width: 1400px;
            height: 650px;
            margin: 30px;
            padding: 30px;
            position: relative;
            left: 150px;
    }

    
    footer {
        height: 50px;
        color: black;
    }

    @media (max-width: 880px) {
        .portada {
            width: 90%;
            left: 5%;
            height: auto;
        }
    
        .datos, .sinopsis {
            width: 90%;
            left: 5%;
            bottom: 0;
            position: relative;
        }
    
        iframe, .tripulacion, .quemadura, .sigilo, .compuestoz01, .final {
            width: 90%;
            left: 5%;
            height: auto;
            margin: 20px 0;
            padding: 10px;
        }
    
            
        article {
            height: auto;
        }
    }

    @media (max-width: 480px) {
        .portada {
            width: 100%;
            left: 0;
            height: auto;
            border-width: 2px;
        }
    
        .datos, .sinopsis {
            width: 100%;
            left: 0;
            font-size: medium;
            line-height: 30px;
        }
    
        iframe, .tripulacion, .quemadura, .sigilo, .compuestoz01, .final {
            width: 100%;
            left: 0;
            height: auto;
            margin: 10px 0;
            padding: 5px;
        }
    
        
    
        article {
            margin: 10px;
            padding: 10px;
            height: auto;
        }
    
        h1 {
            font-size: large;
        }
    
        p {
            font-size: medium;
        }
    }